-
1 try-catch block
Программирование: блок попытка-перехват (http://www.rsdn.ru/article/dotnet/interoperability.xml) -
2 unhandled exception
"An exception that was identified with a ""try catch or finally block"" structure or that occurred outside this structure but was not caught by any structured error handler. ""Dr. Watson"" errors are examples."
См. также в других словарях:
The Catch (American football) — The Catch was the winning touchdown reception from Joe Montana to Dwight Clark in the January 10, 1982 NFC Championship American football game between the Dallas Cowboys and the San Francisco 49ers. The Catch is widely regarded as one of the most … Wikipedia
List of Deadliest Catch episodes — This is a list of Deadliest Catch episodes with original airdate on Discovery Channel. Airdates on Discovery Channel Canada generally differ. Contents 1 Pilot 2 Season 1 3 Season 2 4 Season 3 … Wikipedia
Graceful exit — A graceful exit (or graceful handling) is a simple programming idiom wherein a program detects a serious error condition and exits gracefully in a controlled manner as a result. Often the program prints a descriptive error message to a terminal… … Wikipedia
NetBeans — IDE NetBeans IDE 6.0 Basisdaten Entwickler: Sun Microsystems Aktuelle Version … Deutsch Wikipedia
NetBeans IDE — Dieser Artikel wurde aufgrund von inhaltlichen Mängeln auf der Qualitätssicherungsseite der Redaktion Informatik eingetragen. Dies geschieht, um die Qualität der Artikel aus dem Themengebiet Informatik auf ein akzeptables Niveau zu bringen. Hilf… … Deutsch Wikipedia
Netbeans — IDE NetBeans IDE 6.0 Basisdaten Entwickler: Sun Microsystems Aktuelle Version … Deutsch Wikipedia
New (C++) — In the C++ programming language, new is an operator that allows dynamic memory allocation on the heap. new attempts to allocate enough memory on the heap for the new data and, if successful, returns the address to the newly allocated… … Wikipedia
new (C++) — In the C++ programming language, as well as in many C++ based languages, new is a language construct that dynamically allocates memory on the heap and initialises the memory using the constructor. Except for a form called the placement new , new… … Wikipedia
Zahn's construct — Zahn s construct, in computer science, was a proposed structure for structured control flow in computer programming languages first described by Charles T. Zahn in 1974. The construct is primarily described in terms of an extension to looping… … Wikipedia
Java-Properties-Datei — Eine Java Properties Datei ist eine Textdatei, die in der Programmiersprache Java als einfacher Konfigurationsmechanismus verwendet wird. Eine Property (deutsch „Eigenschaft“) ist in diesem Zusammenhang ein Text, der unter einem bestimmten Namen… … Deutsch Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia